home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / routing / mrouted.hlp.z / mrouted.hlp
Encoding:
Text File  |  1997-07-30  |  2.1 KB  |  57 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Multicast Routing Configuration</H2>
  8. <P>
  9. The Internet community has reserved a set of addresses, called multicast
  10. addresses, that behave differently from normal network addresses. Packets
  11. sent to multicast addresses are recognized only by the systems 
  12. that have subscribed to recognize them. Subscription information is handled
  13. by a multicast routing protocol called Distance-Vector Multicast Routing
  14. Protocol (DVMRP). The multicast daemon maintains a list of all active multicast
  15. sessions and the clients that subscribe to them. It sends the multicast packets 
  16. from the sending system to each client using the shortest path.
  17. </P>
  18. <P>
  19. Some router systems do not handle multicast traffic. To prevent these 
  20. routers from obstructing multicast messages, you can set up a tunnel so
  21. that these routers are bypassed. 
  22. </P>
  23. <P>
  24. Use the Multicast Routing form to set the following parameters:
  25. </P>
  26. <P>
  27. <STRONG>Enable multicast routing:</STRONG> This selection turns multicast
  28. routing on and off for this system. Select <VAR>Yes</VAR> to turn on multicast 
  29. routing and <VAR>No</VAR> to turn it off.
  30. </P>
  31. (Default value: No)
  32. <P>
  33. <STRONG>Enable tunnel:</STRONG> This selection sets up a tunnel from your
  34. networks to a remote network through a router that does not route multicast
  35. traffic. Select <VAR>Yes</VAR> to enable the tunnel and <VAR>No</VAR> to
  36. disable it.
  37. </P>
  38. (Default value: No)
  39. <P>
  40. <STRONG>Interface:</STRONG> This selection specifies the source side of a routing
  41. tunnel. Select the network interface on this system that is connected to the network 
  42. that requires a tunnel. 
  43. </P>
  44. (Default value: none)
  45. <P>
  46. <STRONG>Remote IP address:</STRONG> This selection specifies the destination 
  47. side of a routing tunnel. Enter the Internet address of the system on the 
  48. destination end of the multicast transmission. Use dotted decimal (such as 
  49. 1.2.3.4) or hexadecimal (such as 0x01020304) notation in your entry.
  50. </P>
  51. (Default value: none)
  52. <CENTER>
  53. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  54. </CENTER>
  55. </FORM>
  56. EndOfFile
  57.